textview: Use guint since we specify ": 1"
authorPaolo Borelli <pborelli@gnome.org>
Sun, 1 Sep 2013 09:43:05 +0000 (11:43 +0200)
committerPaolo Borelli <pborelli@gnome.org>
Sun, 1 Sep 2013 10:16:27 +0000 (12:16 +0200)
gtk/gtkmessagedialog.ui.h
gtk/gtktextview.c

index e0fb9da749b1970ec154becfefb9e1e24becce5e..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1 +0,0 @@
-N_(" ");
index 092e322d2570e485755ba4899b08bf09b83f521c..8a1bbdd33a2c778cd0b8eb9cfcb87140b6ac8c39 100644 (file)
@@ -242,7 +242,7 @@ struct _GtkTextViewPrivate
   guint selection_handle_dragged : 1;
   guint populate_all   : 1;
 
-  gboolean in_scroll : 1;
+  guint in_scroll : 1;
 };
 
 struct _GtkTextPendingScroll